Use indexing instead of get() function to access Vec
authorFlorian Hahn <flo@fhahn.com>
Thu, 17 Jul 2014 20:20:13 +0000 (22:20 +0200)
committerFlorian Hahn <flo@fhahn.com>
Thu, 17 Jul 2014 20:27:02 +0000 (22:27 +0200)
commitc4710b74e7091d0e59a892b443a3502293f9c1ec
tree35b056805982a37296a11e0c7633adca5dca803e
parent4704ce9d1259434a2f140537fa8e37d9781bfd58
Use indexing instead of get() function to access Vec
src/cargo/core/resolver.rs
src/cargo/ops/cargo_rustc/context.rs
tests/test_cargo_compile.rs